Skip to content

Pxd cleanup#609

Merged
insertinterestingnamehere merged 3 commits into
libdynd:masterfrom
insertinterestingnamehere:pxd_cleanup
Mar 3, 2016
Merged

Pxd cleanup#609
insertinterestingnamehere merged 3 commits into
libdynd:masterfrom
insertinterestingnamehere:pxd_cleanup

Conversation

@insertinterestingnamehere

Copy link
Copy Markdown
Member

This cleans up the structure of the pxd files in dynd-python's cpp folder so that the pxd layout matches the layout of the headers in the main C++ library.

I also threw in a small addition that adds a wrapper for nd::functional::apply in Cython. Still working through examples on that.

in the core C++ library. Also moved pyobject_type.pxd out of the cpp
directory entirely since it deals with python-specific functionality
and could trigger an include from outside of the main dynd include
directory if someone were to cimport from it. cimporting from it is
fine in dynd-python, but that's not the kind of thing users should be
doing right now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant